Spread Silverlight Documentation
NotifyCollectionBase<T> Class
Members 


GrapeCity.Windows.SpreadSheet.Data Namespace : NotifyCollectionBase<T> Class
Represents a base collection that notifies listeners of dynamic changes when items are added and removed or the entire collection object is reset.
Object Model
NotifyCollectionBase<T> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public MustInherit Class NotifyCollectionBase(Of T) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
[System.Reflection.DefaultMember("Item")]
public abstract class NotifyCollectionBase<T> 
Type Parameters
T
Inheritance Hierarchy

System.Object
   GrapeCity.Windows.SpreadSheet.Data.NotifyCollectionBase<T>
      GrapeCity.Windows.SpreadSheet.Data.NotifyCollection<T>

See Also

Reference

NotifyCollectionBase<T> Members
GrapeCity.Windows.SpreadSheet.Data Namespace